runtime.debugLogWriter.data (field)
11 uses
	runtime (current package)
		debuglog.go#L83: 		l.w.r.data = &l.w.data
		debuglog.go#L366: 	data  debugLogBuf
		debuglog.go#L398: 	for l.write+n >= l.r.begin+uint64(len(l.data.b)) {
		debuglog.go#L414: 	l.data.b[pos%uint64(len(l.data.b))] = uint8(size)
		debuglog.go#L415: 	l.data.b[(pos+1)%uint64(len(l.data.b))] = uint8(size >> 8)
		debuglog.go#L449: 	l.data.b[pos%uint64(len(l.data.b))] = x
		debuglog.go#L458: 		n := copy(l.data.b[pos%uint64(len(l.data.b)):], x)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |